net/http.http2stream.sc (field)

8 uses

	net/http (current package)
		h2_bundle.go#L4289: 	sc        *http2serverConn
		h2_bundle.go#L5492: 	sc := st.sc
		h2_bundle.go#L5519: 	st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2streamError(st.id, http2ErrCodeInternal)})
		h2_bundle.go#L5638: 	sc := st.sc
		h2_bundle.go#L5697: 		sc:        sc,
		h2_bundle.go#L6475: 	sc := st.sc
		h2_bundle.go#L10213: 	if wr.stream.sc.maxFrameSize < allowed {
		h2_bundle.go#L10214: 		allowed = wr.stream.sc.maxFrameSize